home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / wmapdemo / data.z / MAPABOUT.DFM / MAPABOUT.txt < prev   
Text File  |  1996-03-17  |  2KB  |  114 lines

  1. object AboutBox: TAboutBox
  2.   Left = 225
  3.   Top = 89
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About TWorldMap'
  7.   ClientHeight = 213
  8.   ClientWidth = 400
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 377
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     Color = clBlack
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 129
  30.       Height = 110
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 146
  37.       Top = 36
  38.       Width = 102
  39.       Height = 13
  40.       Caption = 'TWorldMap Demo'
  41.       Color = clBlack
  42.       Font.Color = clRed
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsBold]
  46.       ParentColor = False
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 258
  52.       Top = 36
  53.       Width = 65
  54.       Height = 13
  55.       Caption = 'Version 1.2'
  56.       Color = clBlack
  57.       Font.Color = clRed
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentColor = False
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 12
  67.       Top = 129
  68.       Width = 353
  69.       Height = 13
  70.       Caption = 'Copyright 1996 Component Technologies, All Rights Reserved'
  71.       Color = clBlack
  72.       Font.Color = clRed
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = [fsBold]
  76.       ParentColor = False
  77.       ParentFont = False
  78.       IsControl = True
  79.     end
  80.     object Comments: TLabel
  81.       Left = 150
  82.       Top = 83
  83.       Width = 131
  84.       Height = 13
  85.       Caption = 'Component version 1.0'
  86.       Color = clBlack
  87.       Font.Color = clRed
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = [fsBold]
  91.       ParentColor = False
  92.       ParentFont = False
  93.       WordWrap = True
  94.       IsControl = True
  95.     end
  96.   end
  97.   object OKButton: TBitBtn
  98.     Left = 160
  99.     Top = 178
  100.     Width = 77
  101.     Height = 27
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     Kind = bkOK
  109.     Margin = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113. end
  114.